An open API service indexing awesome lists of open source software.

https://github.com/shivkanthb/comments-plugin

💬 Realtime commenting System with Node and Mongo.
https://github.com/shivkanthb/comments-plugin

Last synced: about 1 month ago
JSON representation

💬 Realtime commenting System with Node and Mongo.

Awesome Lists containing this project

README

        

Realtime Commenting System using Node and MongoDB.

To embed this into your node app,
open app.js
replace 'mongodb://localhost:27017/commentSystem' with your mongodb uri.
run app.js

thats it!