Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Modus to Servers section #757

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

mattjohnsonpint
Copy link
Contributor

https://github.com/hypermodeinc/modus

Modus is an open source, polyglot, serverless framework for building intelligent functions and API. It creates GraphQL APIs based on the functions you write.

For example, if you write:

export function sayHello(name: string): string {
  return `Hello, ${name}!`;
}

Then you get a GraphQL API with the schema:

type Query {
  sayHello(name: String!): String!
}

Which then is served automatically on an HTTP endpoint, that routes queries directly to the function code. All code runs inside a secure WebAssembly sandbox, at near-native speeds.

README.md Outdated Show resolved Hide resolved
@setchy setchy merged commit d33d94a into chentsulin:master Oct 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants