Skip to content

ctang18/generic-socketio-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Node.JS server that implments express, socket.io, and MongoDB. Complete with both client-side and server-side validation and JSON token authorization. Intended for stand-alone or embeded web clients.

To Do

  • Complete demo for display purposes

Installation

npm install

Configure /server/config.json to your liking.

Running the Server

npm start

The client will then be accessible at http://localhost:3000.

About

Server built with express, socket.io, and mongoose on top of NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages