Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Http Proxy Middleware | 10,134 | 359,536 | 7,401 | a month ago | 79 | March 03, 2023 | 94 | mit | TypeScript | |
:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more | ||||||||||
Hyper Fetch | 934 | 3 | 2 months ago | 32 | July 26, 2023 | 1 | apache-2.0 | TypeScript | ||
⚡ Fetching and realtime data exchange framework. | ||||||||||
Free4chat | 910 | 4 months ago | 5 | mit | Elixir | |||||
free4.chat is a real-time audio chat service. It is designed by the local first and privacy first principle, and is very easy to use. | ||||||||||
Speedtyper.dev | 271 | 17 days ago | 15 | mit | TypeScript | |||||
Type racing for programmers | ||||||||||
Next Todos | 110 | 6 years ago | 2 | mit | JavaScript | |||||
200 lines realtime todos app powered by next.js, preact, jet, redux and now | ||||||||||
Awesome Serverless Framework | 81 | 3 years ago | mit | |||||||
Serverless Framework 开发资源汇总 🚀 | ||||||||||
Next Kickstart | 47 | 14 days ago | 1 | TypeScript | ||||||
Next.js 13.4 app router boilerplate. Zero setup. Edge ready. Take what you need: ESLint, Prettier, Tailwind, tRPC + WebSockets, Drizzle, NextAuth, Vitest, Testing Library, Playwright, PWA, Docker, CI, Bun | ||||||||||
Gspot | 40 | 12 days ago | 14 | bsd-3-clause | Python | |||||
Интернет магазин видеоигр на подобии Steam | ||||||||||
Fullbazel | 22 | 2 years ago | 3 | mit | TypeScript | |||||
🌿 Fullstack Example Monorepo with Bazel | ||||||||||
Ably Nextjs Fundamentals Kit | 16 | a day ago | 6 | apache-2.0 | TypeScript | |||||
Ably serverless WebSockets and Next.js fundamentals starter kit |
I am an isomorphic React + Next.JS project that uses ActionHero websockets.
This is a React Project utilizing next.js and react-bootstrap
I connect to demo.actionherojs.com
as the API server
npm install
npm run dev
(see ./bin/deploy
)
The master branch of this repository is automatically built and pushed to the gh-pages
branch of this project by Circle.CI on a successful test run. We statically host this project on react.actionherojs.com via github pages.
We use standard.js to manage our lint rules. We run standard
as part of our test suite, and your contributions must pass. Standard is very opinionated and inflexible such that we cannot inject our own opinions. There are no eslint/jshint files to manage in this project.