+ 1
ROBLOX APP WEBSITE
Can someone help me with a website to make roblox apps? This is what it needs Basically, they sign up and then sign in, they make a app, they make some qna’s for a role, they have a option of a interview center or a standard app, and they verify for more then 1 by joining the discord and dm a bot. Bloxtech told me I need to know node.js for back end and vie.js for the front end things. Can someone help? I will be using replit.com.
3 Antworten
0
I recommend you use the web technology you are most familiar with. NodeJS can be used but is not required.
This question is too broad to answer really. All I can say is first try learning some web technologies before you go and build a complete site.
0
Ok! Thanks.
0
With modern webdevelopment I recommend you use a framework that handles most of the backend stuff for you and you can focus on building your app.
Choose a one for a framework you're already familiar with:
React: NextJS
Vue: Nuxt
Svelte: SvelteKit
Solid: Solid Start (currently in beta)
These make it easier to build and manage your application.