realtime-comment-board
this is the sample board system for practice nodejs and express
same like another common board system, but this can see another person is typing comment & post comment real time.
and another person can see you typing comment & post comment too. like chatting system.
don't need F5 or refresh button for post.
I developed this comment system using socket.io
platform:nodejs framework:express,ejs,mongoose,express-session,socket.io Database:mongodb
you need:
- nodejs
- mongoDB
real time comment (another client send to server)
main page
board list page
post list page
sample post page