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.
- Host: GitHub
- URL: https://github.com/shivkanthb/comments-plugin
- Owner: shivkanthb
- Created: 2015-07-14T04:05:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T07:02:47.000Z (almost 10 years ago)
- Last Synced: 2025-03-28T13:36:40.259Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.91 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
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.jsthats it!