Skip to content

How Oweb Maps Files to URLs

The file system is the routing table. Here is a representative structure:

routes/
_hooks.js
hello.js
users/
[id].js
auth/
login.post.js
posts/
[id=integer].js
events/
sse.js
ws/
echo.js
matchers/
integer.js

Now let’s go through each convention in isolation.