-
[English / Chinese ]
# NextTalk
### 简介
该项目是一个基于Nextron(NextJS+Electron)的桌面端实时聊天工具。
但由于使用了NextJS中的ssr及api route功能,该程序只能在开发环境运行。
关于生产版本:我将其网页端部分分离,并用Pake将其打包成桌面端,生产体验安装包我放在了release里,目前只打包…
-
If you find a bug in the trial, you can also raise an issue, I will try my best to fix it, if you can, I still recommend that you fork the project to the local and then run the nextron development e…
-
I am unable to build Nextron projects from fresh install.
npx create-nextron-app my-app --example with-tailwindcss
npm install
npm build
run My Nextron App-1.0.0-arm64.dmg
Drag applicatio…
-
Hi there,
I know there is quite a lot of issue requests made, and I know pulling another one will only add more to it, but this is quite a breaking change. I use Nextron as my framework to use Elec…
-
Would love to see nextron into tsconfig.json
https://www.npmjs.com/package/nextron
ghost updated
2 years ago
-
executing the following command
loki.exe -p "Q:\pid" --force --csv --logfolder "C:\Users\xxxxx\Downloads\loki_0.51.0\loki\loggy" --onlyrelevant --allreasons --intense --vulnchecks --scriptanalysis -…
-
Can I use Prisma with (sqliteDB) in Nextron ? how can I implement it?
-
## I'm back!
Suffering from bipolar disorder, I was unable to maintain nextron for over 1 year. Medication has allowed me to be somewhat more active, and I will be gradually improving this project.…
-
Hey @saltyshiomix,
I want to make a middleware that redirects user to /home if he goes to / and I have made this middleware file:
```ts
import { NextResponse } from "next/server";
import type …
-
Hi, how can I make nextjs run in SSR (with a nodejs server) with nextron? There's any way? I mean make nextron not serve nextjs static files, but nextjs in its SSR mode.