This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
compsci-industry
/
TechEmpower.FrameworkBenchmarks
oglindă de
https://github.com/TechEmpower/FrameworkBenchmarks.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
e97c67d1ab
Ramuri
Etichete
dependabot/cargo/frameworks/Rust/trillium/zerocopy-0.7.31
dependabot/go_modules/frameworks/Go/goravel/src/fiber/github.com/gofiber/fiber/v2-2.52.9
fix-reverse-order
master
R23
R21
R22
R20
R19
R18
R17
R16
R15
R14
R13
R12
R11
round-10
R10
go/setup.py
R9-ec2
R9
R8
R7
v2
v3
TechEmpower.Fra...
/
frameworks
/
JavaScript
/
restify
/
restify.dockerfile
restify.dockerfile
99 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
FROM node:16.9.1-slim
WORKDIR /nextjs
ADD ./ ./
RUN npm install
EXPOSE 8080
CMD node server.js