перенос библиотеки сокетов в тело проекта

This commit is contained in:
Dmitry Borisenko
2022-10-07 18:30:51 +02:00
parent 7c4f983e51
commit dfa060895e
62 changed files with 8573 additions and 12 deletions

37
lib/WebSockets/.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
/tests/webSocketServer/node_modules
# IDE
.vscode
.cproject
.project
.settings
*.swp