Skip to content

lwatiker/poll-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poll-middleware

Middleware for mongo poll server

Simple middleware built on node.js and mongoDB to translate posts and gets to a webserver into inserts and finds in a MongoDB.

To install:

Install mongodb and node.js.

Start mongo on default port 27017 by running: mongod

Install node dependencies: npm install

Start node server: node server.js

The node server listens for posts and gets on port localhost:3000. Posts changes to mongoDB running on localhost:27017

About

Middleware for mongo poll server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published