在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):nhost/nhost开源软件地址(OpenSource Url):https://github.com/nhost/nhost开源编程语言(OpenSource Language):TypeScript 95.4%开源软件介绍(OpenSource Introduction):Nhost is an open source Firebase alternative with GraphQL, built with the following things in mind:
Nhost consists of open source software:
Architecture of NhostVisit https://docs.nhost.io for the complete documentation. Get StartedOption 1: Nhost Hosted Platform
Option 2: Self-hostingSince Nhost is 100% open source, you can self-host the whole Nhost stack. Check out the example docker-compose file to self-host Nhost. Sign In and Make a Graphql RequestInstall the import { NhostClient } from '@nhost/nhost-js'
const nhost = new NhostClient({
backendUrl: 'https://awesome-app.nhost.run'
})
await nhost.auth.signIn({ email: '[email protected]', password: 'spaceX' })
await nhost.graphql.request(`{
users {
id
displayName
email
}
}`) Frontend AgnosticNhost is frontend agnostic, which means Nhost works with all frontend frameworks. ResourcesNhost libraries and tools
Community |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论