started edition of chat in node
+ handled cors + added css fo chat scroll and newline
This commit is contained in:
@@ -26,7 +26,7 @@ class myServer {
|
||||
constructor() {
|
||||
this._gets = {};
|
||||
this._posts = {};
|
||||
this._putss = {};
|
||||
this._puts = {};
|
||||
this._deletes = {};
|
||||
|
||||
this._server = http.createServer((req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user