Changes

Line 61: Line 61:     
  THE NODE.JS SERVER
 
  THE NODE.JS SERVER
The main server will be Node.js based and would handle the requests sent from the client application. This server is built using the ExpressJS library and the same is used for handling all the requests. This server can also be started on the client device itself which makes it able to run the application even when it's not connected to internet or school LAN.
+
The main server will be Node.js based and would handle the requests sent from the client application. This server is built using the ExpressJS library and the same is used for handling all the requests. This '''server will be started on the client device itself''' which makes it able to run the application even when it's not connected to internet or school LAN.
    
  SETTING UP THE CLIENT(SUGAR)
 
  SETTING UP THE CLIENT(SUGAR)
61

edits