Garmur's Stars
joewalnes/websocketd
Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
Stuk/jszip
Create, read and edit .zip files with Javascript
phpseclib/phpseclib
PHP Secure Communications Library
digitalbazaar/forge
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
filegator/filegator
Powerful Multi-User File Manager
edumeet/edumeet
edumeet - multiparty web-meetings using mediasoup and WebRTC
mdn/samples-server
MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
google/google-api-cpp-client
The core C++ SK for using Google APIs
brkho/client-server-webrtc-example
An example for using WebRTC to communicate between a JavaScript client and a C++ server.
selfthinker/CSS-Playing-Cards
CSS Playing Cards help you to create simple and semantic playing cards in (X)HTML
WebsiteBeaver/simple-webrtc-video-chat-using-firebase
1-to-1 video chat with Firebase
mnisjk/cppWebSockets
A simple, lightweight c++ WebSockets server library
btd1337/urutau-icons
The most complete icon pack for 3rd applications with elementary OS design
DarkSector/AVR
Some AVR code that I wrote for my ATmega32 based board. Code is in Assembly and C.
PeculiarVentures/xmldsigjs
XMLDSIGjs provides an implementation of XMLDSIG in Typescript/Javascript based on WebCrypto
button-chen/tinyjson
Tiny and simple json parser ( header only )
rimiti/html-invoice-template
Simple invoice html template
2-sha/P2P-chat
Simple local P2P chat on UDP sockets
ElectronSz/Encrypted-Chat-Server-Using-C-Programming-and-OpenSSL-AES-DES
This is a client - server user-level application using sockets Programming in C. Server accepts strings from client and can reply to client. Both server and client(s) output's of chat shows on terminal.The server and client processes can run on same or different machines. Server and client connection is encrypted, send and receive messages can't be traced by any intruder as we are using OpenSSL certificates for encryption. In this post only we will have a brief overview of creating Openssl certificates using OpenSSL tool.
flipflopapp/turnbased-games-with-firebase
Simple library for implementing turn based two player games with firebase
visakhanc/nRF24L01
Sample projects of nRF24L01 modules for AVR
visakhanc/common_libs
Common source files accessed by AVR projects
hemajun815/socket
Socket programming on linux or windows. TCP/UDP protocol by c/c++ or python.
seikan/Mailer
A very simple PHP SMTP email client.
joalbertg/libreria-SPA
Single Page Application - vanillaJS
nljohnso/Chat
Simple chat program in C (using TCP socket connections)
abock/json-writer
A very simple and light-weight JSON writer written in C++ with flexible formatting and human readability in mind.
DummyTeam/6-DES_Encryption
Data Encryption Standard algorithm written in C++
mct96/FeistelCipher
Implementação do algoritmo de Feistel (Utilizando no DES) - Criptografia de chave simétrica.
seriouslyhypersonic/chat_server
A simple WebSocket chat server