Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 627 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 627 Bytes

Wallnotes

Wallnotes is a project for sharing notes and thoughts by digital notes.

Structure

this project has two parts:

Server side

On the server side, I used socket.io, Express and MongoDB. I used mongodb, I wanted the following to be a large amount of information that can be changed dynamically.

Read more about server side

Client side

On the client side, I used React.Js and tried to keep the components, elements and styles clear. Client side can handle http requests and Socket.IO data.

Read more about client side