-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLINKS.txt
57 lines (39 loc) · 2.02 KB
/
LINKS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
node express angular2+:
https://stackoverflow.com/questions/42895585/hooking-up-express-js-with-angular-cli-in-dev-environment
ng2 socketio node mongodb:
https://github.com/REPTILEHAUS/reptilehaus-ng2-socket.io-chat
mudclient in node with telnet-stream:
https://github.com/iliakan/mud-client
telnet-stream itself:
https://github.com/blinkdog/telnet-stream
best practices node.js in docker:
https://nodesource.com/blog/containerizing-node-js-applications-with-docker/
socket.on('error', (error)
https://socket.io/docs/server-api/#event-error
socket.on('disconnecting', (reason)
socket.on('reconnect_attempt', (attemptNumber) => {
socket.id
http://ascii-table.com/ansi-escape-sequences.php
https://en.wikipedia.org/wiki/ANSI_escape_code
http://www.inwap.com/pdp10/ansicode.txt
jansi:
https://github.com/fusesource/jansi/blob/master/jansi/src/main/java/org/fusesource/jansi/Ansi.java
ngClass, ngStyle,style.color
https://stackoverflow.com/questions/44429104/angular2-set-a-different-color-to-an-element-depending-on-value
ANSI in jquery:
https://codereview.stackexchange.com/questions/2719/jquery-to-display-ansi-graphics
https://ace.c9.io/
https://www.npmjs.com/package/ng2-ace-editor
https://microsoft.github.io/language-server-protocol/overview
create a server configuration in angular:(Done)
https://angular-book.dev/ch10-03-loading-configuration-file.html
https://levelup.gitconnected.com/angular-dynamic-routing-299c04ca75b1
https://stackoverflow.com/questions/38112891/angular-2-set-base-href-dynamically
/* eslint @typescript-eslint/no-this-alias: "warn" */
/* Object.prototype.hasOwnProperty.call(gmcp_support, element) */
/* eslint @typescript-eslint/ban-types: "warn" */
/* eslint @typescript-eslint/no-empty-function: "warn" */
(node:1) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
missing packets:
"ngx-device-detector": "^6.0.2",
"primeng": "^16.7.0",