Basic Server Example with Next.js #360
-
Hi! I have tried the Nextjs example and it worked pretty great. Is there a simple example somewhere of the server? Where https://demo.connect.build is running? Can Nextjs APIs be a server? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey Jeremy, the example server is written in Go. You can see the source here. |
Beta Was this translation helpful? Give feedback.
Hey Jeremy, the example server is written in Go. You can see the source here.
We are currently working on a Node.js implementation, which is still a couple of weeks out. It simply creates standard Node.js request handlers. In general, the handlers are compatible with Next.js API routes, but there are still a couple of Gotchas and kinks that we'd want to address before we call Next.js supported.
See also #344