Skip to content

northcode7/NodeJs-Websockets-SocketIO-MongoDB-Webservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

NodeJS Websockets(socket.io) Mongodb together as Webservices

NodeJS, Websockets(socket.io), Mongodb for creating Webservices.

This project combines several techniques to provide very nice and scalable webservices based on websockets! The database implementation is MongoDB. And the backend is NodeJS.

In the future I will be supplying this as a free webservice, which can be used by anyone from anywhere!

#Install Mongo & NodeJS

#Download server.js

  • Download server.js from Github.

#Install node dependencies In the folder where you downloaded server.js from Github, run:

  • npm install mongodb
  • npm install socket.io

#Run MongoDB & Create database

#Start the server

  • With CMD, go to the folder where you have downloaded the server.js
  • Execute the following command: node server.js

About

NodeJS, Websockets (socket.io), Mongodb as Webservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published