GitShow/vercel/micro
vercel

micro

Asynchronous HTTP microservices

by vercel
asyncawaitmicromicroservicevercel
Star on GitHubForknpm

TypeScript

10.6k stars453 forks64 contributorsQuiet · 2mo agoSince 201610MIT

Meet the team

See all 64 on GitHub →
leo
leo184 contributions
greenkeeper[bot]Bot
greenkeeper[bot]47 contributions
timneutkens
timneutkens27 contributions
rauchg
rauchg25 contributions
floatdrop
floatdrop25 contributions
greenkeeperio-bot
greenkeeperio-bot17 contributions
Qix-
Qix-16 contributions
leerob
leerob12 contributions

Languages

View on GitHub →
TypeScript82.3%
JavaScript17.7%

Commit activity

Last 12 weeks · 1 commit

Full graph →

Community health

2 of 6 standards met

Community profile →
62
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 3 in progress · Last activity 2mo ago
See all on GitHub →
krishnanigam714
.OpenIssue
krishnanigam714 · 6mo ago
ippezshelby
Error: listen EACCES: permission denied 127.0.0.1OpenIssue

Am getting permission errors even when I open command prompt as administrator. Environments:** OS - Windows 11 Node JS - v16.17.1 Micro JS - latest verion (10)

ippezshelby · 1y ago

Recent fixes

View closed PRs →
styfle
chore: switch workspace package manager to pnpmMergedPR

Summary add pnpm workspace configuration with minimum release age and approved build scripts pin pnpm 10.33.0 via packageManager and replace Yarn commands in scripts/CI replace yarn.lock with pnpm-lock.yaml and update CI to Node 20 make the test workspace depend on the local package via Testing   

styfle · 2mo ago
zhaowenyuan
Access to XMLHttpRequest at 'http://localhost:3000/domains/xxx/records' from origin 'null' has been blocked by CORS policy: Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response.ClosedIssue

Access to XMLHttpRequest at 'http://localhost:3000/domains/xxx/records' from origin 'null' has been blocked by CORS policy: Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response. I wrote the following code on the server side, but it didn't work! And the output: (node:26284) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated

zhaowenyuan · 3mo ago
kumarnilesh890
cess to XMLHttpRequest at 'http://localhost:8080/api/payment/orders' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. xhr.js:210 ClosedIssue

const express = require("express"); const cors = require("cors"); const dotenv = require("dotenv"); const paymentRoutes = require("./Routes/payment"); const app = express(); dotenv.config(); app.use(express.json()); app.use(cors()); app.options('', cors()); app.use( cors({ origin: true, optionsSuccessStatus: 200, credentials: true, }) ); app.options( '', cors({ origin: true, optionsSuccessStatus: 200, credentials: true, }) ); app.use("/api/payment/", paymentRoutes); // const corsOrigin ={ // origin:'http://localhost:3000', //or whatever port your frontend is using // optionSuccessStatus:200, // methods: "GET, POST" // } // app.use(cors(corsOrigin)); // app.use(cors()); // app.get("/", (req,res)=>{ // res.send("server working"); // }); const port = process.env.PORT 5001; app.listen(port, () => console.log());

kumarnilesh890 · 11mo ago
Structured data for AI agents

Repository: vercel/micro. Description: Asynchronous HTTP microservices Stars: 10621, Forks: 453. Primary language: TypeScript. Languages: TypeScript (82.3%), JavaScript (17.7%). License: MIT. Topics: async, await, micro, microservice, vercel. Latest release: 10 (3y ago). Open PRs: 3, open issues: 5. Last activity: 2mo ago. Community health: 62%. Top contributors: leo, greenkeeper[bot], timneutkens, rauchg, floatdrop, greenkeeperio-bot, Qix-, leerob, fmiras, nkzawa and others.

·@ofershap

Replace github.com with gitshow.dev