Skip to content

Multi Programming Language Coding (Golang/NodeJS/Python/Java)

Notifications You must be signed in to change notification settings

YizheZhang-Ervin/DevOps_Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming

socket

python
nodejs
golang
java

web framework

python: flask
nodejs: express,koa
golang: gin
java: spring

Concurrency

python: threading
nodejs: workerPool
golang: goDefer
java: Thread / Runnable

Crawler

python: requests
nodejs: request
golang: http
java: URL

Serverless

vercel: python,nodejs,golang
openFaas: python,nodejs,golang,java
Kubeless: python,nodejs,golang,java
Knative: python,nodejs,golang,java

SSH

python: paramiko
nodejs: node-ssh
golang: crypto/ssh
java: sshj