import { createBloxStack } from "@bloxstack/sdk"
import { profileServiceAdapter } from "@bloxstack/profile-service"
import { flameworkNetworkingAdapter, flameworkAdapter } from "@bloxstack/flamework"
import { centurionAdapter } from "@bloxstack/flamework"
/** In shared */
const SharedBloxstack = createBloxStack({
adapters: [
profileServiceAdapter({}), // will only be accessible via server, not any client functions.
centurionAdapter({}) // centurion often needs to be init on both client & server. so this is a perfect example
]
})
/* In server */
export const ServerBloxstack = startBloxStackServer(SharedBloxstack, {});-
Notifications
You must be signed in to change notification settings - Fork 0
BloxStack/sdk
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
BloxStack Roblox TypeScript SDK
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published