W
Wasp-langcoder313

Can someone help me in making chat application using wasp

Hey I was trying to make random chat app to learn more about mern, but now i am clueless. Can someone please help me
kapa.ai
kapa.ai•15d ago
Hi @coder313. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Sure, I can guide you on how to start a new project using Wasp, a framework for React, Node.js, and Prisma. Here are the steps: 1. First, you need to have the latest version of Wasp installed locally. If you haven't installed it yet, you can follow the QuickStart guide (https://wasp-lang.dev/docs/quick-start). 2. To set up a new Wasp project, run the following command in your terminal:
$ wasp new ChatApp
$ wasp new ChatApp
3. Enter the newly created directory and start the development server:
$ cd ChatApp
$ wasp start
$ cd ChatApp
$ wasp start
This will start the server and when everything is ready, a new tab should open in your browser at <http://localhost:3000> with a simple placeholder page. For a more detailed guide, you can follow the Todo App tutorial (https://wasp-lang.dev/docs/tutorial/create) which will take you through all the core features of Wasp. Although it's a Todo app, the principles are the same and you can apply them to your chat application. If you get stuck at any point, you can reach out to the Wasp community on Discord (https://discord.gg/rzdnErX) for help. You can also check out the Wasp CLI Reference (https://wasp-lang.dev/docs/general/cli#overview) for a list of available commands and their descriptions. Remember, building a chat application will involve understanding and implementing real-time communication. You might want to look into Web Sockets (https://wasp-lang.dev/docs/advanced/web-sockets) for this purpose. Good luck with your project! ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @coder313, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
miho
miho•15d ago
The bot is correct, it should help you to start with the Wasp tutorial 🙂 Also, we have an example app with websockets https://github.com/wasp-lang/wasp/tree/release/examples/websockets-realtime-voting
GitHub
wasp/examples/websockets-realtime-voting at release · wasp-lang/wasp
The fastest way to develop full-stack web apps with React & Node.js. - wasp-lang/wasp
coder313
coder313•15d ago
thanks a lot @miho @matija
Want results from more Discord servers?
Add your server
More Posts
Having multiple generator in schema.prismaHello, Currently if I add my entities in `main.wasp` then the generated `schema.prisma` has generatDirect to a defined page after successful loginHello I have the standard LoginPage, as given in the ToDo App tutorial (see picture). I now would lRemove email loginIs it possible to only rely on OAuth and disable email login when using OpenSaas? When I comment outHow to use Env variables in main.wasp?I want to set the email authentication `fromField.name` to `process.env.FROM_NAME` and `fromField.can not find "wasp/server/_types" module or declarationany suggestion? this error won't effect dev, but I can't have the right type with action's params arDisable email loginIf I only want Google signup, is there a way to remove the email login? I tried commenting ``` emailDo I have a way to use useLazyQuery ?My app filters some data. I need to be able to refetch whenever the user clicks on "search" with theWhere to see migration files?I have messed up one migration (because I had to delete my local code), and now I don't know where tFile upload size limitI'm trying to implement max file upload size to the s3 bucket. I've handled the front-end but I worrAuthis there a sample bypass to login the auth while in developmentQuick Start not working?I'm following this tutorial: https://wasp-lang.dev/docs/quick-start After opening my terminal and rI cant see ubunbtu on my Linux sub system folderI just started with this programming stuff and i wanted to try my app with this new ai called magegpIs it possible to separate client and server wasp build?each time I update stuff on client, and want to push to netlify, I need to run wasp build, but it refly.io deployment errorI tried to deploy to fly.io, and I set DATABASE_URL, and I tested it can connect successfully with dfront end developers demand in job marketCan anyone please tell me about the demand of a beginner level front end developer in job market nowPassing Context for Dependency InjectionIs there a standard pattern for passing the context object for database interaction to functions? WGetting Updates to the Open SaaS Template (not working?)I am following the guide in [Getting Started](https://docs.opensaas.sh/start/getting-started/), howeCant find app and blog in my folder but it says wasp already installed.Hi everyone, ive installed Wasp but i cant find where the app and blog folder is at. It keeps says N